runtime.piController.max (field)

4 uses

	runtime (current package)
		mgcscavenge.go#L387: 		max: 1000.0, // 1000:1
		mgcscavenge.go#L1402: 	min, max float64 // Output boundaries.
		mgcscavenge.go#L1441: 	} else if output > c.max {
		mgcscavenge.go#L1442: 		output = c.max